-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support natural language search for k8s resources #612
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/kind feature support an AI backend service that other modules can use to access AI language models.
ruquanzhao
requested review from
elliotxx,
adohe and
ffforest
as code owners
September 3, 2024 02:29
## What type of PR is this? /kind style <!-- Add one of the following kinds: /kind bug /kind cleanup /kind refactor /kind documentation /kind feature /kind chore /kind perf /kind test --> ## What this PR does / why we need it: TODO ## Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Fixes #
## What type of PR is this? /kind feature ## What this PR does / why we need it: Support natural language as a search method for kubernetes resources. ## Which issue(s) this PR fixes: Fixes #452 --------- Co-authored-by: ruquanzhao <[email protected]>
ruquanzhao
changed the title
feat: natural language search
(WIP)feat: natural language search
Sep 3, 2024
ruquanzhao
changed the title
(WIP)feat: natural language search
(WIP)feat: natural language search
Sep 3, 2024
## What type of PR is this? /kind feature ## What this PR does / why we need it: change the AI command line argument to optional ## Which issue(s) this PR fixes: Fixes #551
## What type of PR is this? /kind feature ## What this PR does / why we need it: Filter invalid queries for natural language search. ## Which issue(s) this PR fixes: Fixes #556
elliotxx
reviewed
Nov 25, 2024
ruquanzhao
changed the title
(WIP)feat: natural language search
feat: natural language search
Nov 25, 2024
elliotxx
reviewed
Nov 26, 2024
elliotxx
reviewed
Nov 26, 2024
ruquanzhao
force-pushed
the
support-natural-language
branch
from
November 26, 2024 09:21
7c6f721
to
7df7821
Compare
elliotxx
changed the title
feat: natural language search
feat: support natural language search for k8s resources
Nov 26, 2024
elliotxx
approved these changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Integrating AI into our product to reduce the consumption of human attention is a significant milestone for us in the upcoming versions. This PR can be a very good start to build anything related to AI.
Purpose:
Which issue(s) this PR fixes:
Fixes #452